home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Fiszkowe programy do nauki / Teach2000 8.19 / teach819.exe / {app} / Teach2000.exe / 0 / RCDATA / TFRMPRACTISEMEMORYINIT / TFRMPRACTISEMEMORYINIT.txt
Text File  |  2007-07-13  |  1KB  |  71 lines

  1. object frmPractiseMemoryInit: TfrmPractiseMemoryInit
  2.   Left = 321
  3.   Top = 295
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 197
  7.   ClientWidth = 367
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   Position = poOwnerFormCenter
  12.   DesignSize = (
  13.     367
  14.     197)
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object lblMain: TTntLabel
  18.     Left = 16
  19.     Top = 16
  20.     Width = 329
  21.     Height = 49
  22.     AutoSize = False
  23.     WordWrap = True
  24.   end
  25.   object lblSpinEdit: TTntLabel
  26.     Left = 16
  27.     Top = 96
  28.     Width = 3
  29.     Height = 13
  30.   end
  31.   object lblStart: TTntLabel
  32.     Left = 16
  33.     Top = 120
  34.     Width = 329
  35.     Height = 33
  36.     AutoSize = False
  37.     WordWrap = True
  38.   end
  39.   object btnStart: TTntButton
  40.     Left = 193
  41.     Top = 162
  42.     Width = 75
  43.     Height = 25
  44.     Anchors = [akRight, akBottom]
  45.     Default = True
  46.     ModalResult = 1
  47.     TabOrder = 0
  48.   end
  49.   object btnCancel: TTntButton
  50.     Left = 273
  51.     Top = 162
  52.     Width = 75
  53.     Height = 25
  54.     Anchors = [akRight, akBottom]
  55.     Cancel = True
  56.     ModalResult = 2
  57.     TabOrder = 1
  58.   end
  59.   object sedThinkTime: TSpinEdit
  60.     Left = 224
  61.     Top = 88
  62.     Width = 121
  63.     Height = 22
  64.     MaxValue = 120
  65.     MinValue = 1
  66.     TabOrder = 2
  67.     Value = 1
  68.     OnKeyDown = sedThinkTimeKeyDown
  69.   end
  70. end
  71.